home *** CD-ROM | disk | FTP | other *** search
- This directory contains NetLib - the programmer's interface to FreeNet.
-
- The .spk file contains the sources, object files, and library file.
-
- The sources are seperated out into NetLibSrc where they can be rebuilt
- with the supplied MakeFile if necessary. The !NetLib directory defines
- 2 paths (NetLib$Path and Internet$Path). The !NetLib directory contains
- all the headers files in the usual UNIX places.
-
- Note that these headers are Acorn C compiler specific (assumes 16bit shorts)
-
- Note you cannot use paths in #include statements like: "netlib:netinet/in.h"
- I recommend using #include "netinet/in.h" and having -Inetlib: on the command
- line to cc.
-
- The headers are subject to change.
-
-